runtime.g._panic (field)
13 uses
runtime (current package)
heapdump.go#L365: dumpint(uint64(uintptr(unsafe.Pointer(gp._panic))))
heapdump.go#L395: for p := gp._panic; p != nil; p = p.link {
mgcmark.go#L913: if gp._panic != nil {
mgcmark.go#L915: state.putPtr(uintptr(unsafe.Pointer(gp._panic)), false)
panic.go#L844: p.link = gp._panic
panic.go#L845: gp._panic = (*_panic)(noescape(unsafe.Pointer(p)))
panic.go#L866: if gp._panic != p {
panic.go#L1022: p := gp._panic
panic.go#L1116: p := gp._panic
panic.go#L1149: gp._panic = p
proc.go#L4288: gp._panic = nil // non-nil for Goexit during panic. points at stack-allocated data.
runtime2.go#L434: _panic *_panic // innermost panic - offset known to liblink
stack.go#L786: adjustpointer(adjinfo, unsafe.Pointer(&gp._panic))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |